* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Microsoft YaHei", arial;
	font-family: "微软雅黑";
}

body {
	background: url(../images/bg04.jpg)no-repeat top center;
	background-color: #f6f6f6;
}

.container {
	padding: 0;
	width: 1075px;
	margin-left: auto;
	margin-right: auto;
}

.container .row {
	margin: 0;
}
.top {
	margin-top: 25px;
}

.top .img1 {
	float: left;
}

.top .img2 {
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}

header .search {
	float: right;
	background: #FFFFFF;
	width: 18%;
	height: 29px;
	margin-top: 6px;
}

header .search input {
	background: none;
	border: none;
	padding: 0px 5px;
	color: #333333;
	height: 29px;
	outline: none;
	width: 76%;
}

header .search button{
	border: none;
	float: right;
	outline: none;
}

.navbox {
	background: #0557b4;
	height: 60px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.navbox ul {
	width: 80%;
}

.navbox ul .navlist {
	float: left;
	width: 12.5%;
	height: 60px;
}

.navbox ul .navlist a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
}

.navbox ul .navlist .a1 {
	background: #FFFFFF;
	color: #f36715;
	border-bottom: 5px solid #F36715;
}

.navbox ul .navlist a:hover {
	background: #FFFFFF;
	color: #f36715;
	border-bottom: 5px solid #F36715;
}
.navbox  .navlist .navdropdown {
	display: none;
	position: absolute;
	width:107px;
	z-index: 999;
	background:#003A8F;	
}

.navbox  .navlist .navdropdown li {
	margin: 0;
	padding: 0;
	border: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.navbox  .navlist .navdropdown li a {
	height: 45px;
	line-height: 45px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.navbox  .navlist .navdropdown li a:hover {
	text-decoration: none;
	color:#f36715;
	background:#FFFFFF;
}

.footer{
	border-top: 7px solid #003A8F;
	margin-top: 35px;
	padding-top: 20px;
}
.footer .img1{
	float: left;
	margin-right: 13px;
}
.footer .p1{
	font-size: 12px;
	margin-top: 10px;
}
.footer .p1 a{
	color: #333333;
}
.footer .p1 .a1{
	background: url(../images/icon16.png)no-repeat left;
	padding-left: 18px;
}
.footer .img2{
	float: right;
	margin-top: -71px;
	margin-left: 5px;
}
.footer .p2{
	margin-top: 0px;
	text-align: center;
	font-size: 12px;
}